ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputDateBaseTagHelper<TControl> Class / Min Property

In This Topic
    Min Property (InputDateBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.InputDateBase.Min. Sets the earliest date that the user can enter.
    Syntax
    'Declaration
     
    Public Property Min As Date
    public DateTime Min {get; set;}
    See Also